Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support custom cacert file #187

Merged

Conversation

BrentShikoski
Copy link
Contributor

Add custom cacert file support in electron app. Process environment variables SSL_CERT_FILE or NODE_EXTRA_CA_CERTS can be used. The 'cacert' preference can also be used, but I have not added a way to set it. I was thinking maybe a file dialog in the preferences.

Added ability to use SSL_CERT_FILE or NODE_EXTRA_CA_CERTS process environment variables in the cli in addition to the 'cacert' command line option.

This should address the problem in issue #117.

@helloanoop helloanoop merged commit 9e40008 into usebruno:main Sep 9, 2023
1 check passed
@helloanoop
Copy link
Contributor

Nice. Merged!

Thanks @BrentShikoski !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants